home *** CD-ROM | disk | FTP | other *** search
- on john2
- puppetSprite(5, 1)
- repeat while (the mouseCast >= 119) and (the mouseCast <= 128) and the mouseUp
- set x to the mouseCast
- if x <> -1 then
- set the castNum of sprite (x - 104) to x - 10
- set the castNum of sprite 5 to x + 681
- end if
- puppetSound("click")
- updateStage()
- repeat while (the mouseCast = x) and (the mouseDown <> 1)
- end repeat
- go(the frame)
- end repeat
- if the mouseCast = 800 then
- teleplay()
- end if
- if the mouseDown then
- if (the mouseCast <= 128) and (the mouseCast >= 120) then
- go("e")
- end if
- if (the mouseCast <= 809) and (the mouseCast >= 801) then
- go("e")
- end if
- if (the mouseCast = 119) and (the castNum of sprite 5 = 800) then
- go("TVs+")
- end if
- end if
- go(the frame)
- end
-
- on movielistset
- global movielist
- set movielist to list("@:ATLAS:01.dir", "@:TWTW:01.dir", "@:stowaway:01title.dir", "@:Science:01Start.DIR", "@:NATURE:01Intro.DIR", "@:HISTORY:01Hia.dir", "@:MFIAD:01Title.DIR", "@:Body:01.DIR", "@:PB:01.DIR", 1)
- end
-
- on teleplay
- go("TVs")
- abort()
- end
-